home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-04 | 605 b | 23 lines | [TEXT/KAHL] |
- The additon of the CommToolbox library in this project is only
- needed to use the DITL Extensions on a MacPlus or Mac SE running
- System 6.
-
- Also, for any System 6 Mac, the CommToolbox must be installed.
-
- The panelAssist routines use the DITL Extensions AppendDITL(),
- CountDITL() and ShortenDITL() as part of the Tab Panel
- implementation in this demo program.
-
- If you choose another implementation or don't need to support
- System 6, you may remove the CommToolbox library,
-
- and in demoShell.c, remove:
-
- Headers : CommResources.h
- CTBUtilities.h
-
- and calls to :
-
- InitCRM();
- InitCTBUtilities();
-